home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / bowl32.arc / BOWLING.DOC < prev    next >
Text File  |  1987-01-17  |  6KB  |  167 lines

  1.         BOWLING LEAGUE SECRETARY'S SYSTEM - VERSION 3
  2.  
  3.   Version 3 of the LEAGUE SECRETARY'S SYSTEM includes the following
  4.   enhancements over previous versions.
  5.  
  6.  
  7.   OVERALL
  8.  
  9.     - Support of mixed leagues.  One position of the name field
  10.   has been reserved for a sex code.  This code is specified when the
  11.   league is created and controls the grouping of high game and high
  12.   series scores on the weekly summary sheet.
  13.  
  14.     - The system now will now support up to 24 teams.
  15.  
  16.     - Team POINTS PER GAME is now a variable, which is defined when the
  17.   league files are created.  Any scoring scheme can thus be supported.
  18.  
  19.     - A RESET program is included, which "resets" the league at the end of
  20.   the first half of the season.  A file is saved, and may be combined
  21.   with the second half results when printing the FINAL standings.
  22.  
  23.     - The system will support up to 9 bowlers per team.  All bowlers are
  24.   listed together on the standings sheet.  The first "n" bowlers are
  25.   considered the "regulars", but you may specify alternates during
  26.   scores processing.  The separate SUB list may be used in addition to,
  27.   or in place of, this option.
  28.  
  29.     - Postponed matches are now supported.  The team header records may
  30.   be "flagged" and scores entry bypassed.  A new program, POSTPONE,
  31.   is provided to post these delayed matches.  Matches may be delayed
  32.   for more than one week.
  33.  
  34.  
  35.   SCORES program
  36.  
  37.   The INKEY function is now used to enter scores.  This will greatly
  38.   reduce the number of key strokes (the enter key need not be pressed
  39.   after each individual score.    A single digit keying error can be
  40.   "erased" with the backspace key and an entire score can be backed
  41.   out with the ESC key.
  42.  
  43.   The ENTER key is still used when entering team handicap and games
  44.   won.    A variable team handicap is now permitted.  (Previously, you
  45.   entered a single team handicap figure and the program replicated it
  46.   across all three games.  This is not correct if a series was bowled
  47.   jointly by two bowlers with different handicaps.
  48.  
  49.  
  50.   UPDATE program
  51.  
  52.   A major modification was made to display file
  53.   indices on the screen, permitting easy access to individual
  54.   records.  Function keys are used to page forward and back and to
  55.   switch from one function to another.    A menu of key meanings is
  56.   displayed on the bottom of the screen.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   SCHEDULE program
  68.  
  69.   The schedule program has been enhanced to provide these functions.
  70.  
  71.     - CREATE a MASTER (generic) schedule for input to COPY function
  72.   described in c below.
  73.  
  74.     - CREATE a working schedule from scratch
  75.  
  76.     - CREATE a working schedule by copying from a predefined
  77.   MASTER.  Only date information needs to be keyed.  Extra
  78.   lines may be inserted and existing lines can be deleted.
  79.  
  80.     - UPDATE an existing schedule to change lane pairs or correct
  81.   errors.
  82.  
  83.     - PRINT a proof listing of any existing schedule
  84.  
  85.  
  86.   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  87.  
  88.  
  89.             SUMMARY DOCUMENTATION
  90.  
  91.   The following description is extracted from the full documentation which
  92.   may be obtained by registering with the author.
  93.  
  94.   The system is comprised of fifteen programs, representing over
  95.   2400 lines of code.  The system is written in ADVANCED BASIC for
  96.   a 64K IBM Personal Computer with one or two diskette drives and printer.
  97.  
  98.   The system is generalized, permitting customization of items such as:
  99.  
  100.        League Name
  101.        Team Configuration
  102.        Handicap basis
  103.        Type of League (Men/Women/Mixed/Junior)
  104.        Points per game
  105.        Schedule
  106.  
  107.   The system can handle up to 24 teams, up to 9 bowlers per team, and up
  108.   to a 50 week season.    The 24 team limit is a function of the 80 character
  109.   print line width.  If this function is appropriately modified, or not used
  110.   a much larger number of teams can be accommodated.  The actual limit is a
  111.   function of diskette capacity, bowlers per team, and number of weeks.
  112.  
  113.   Programs are provided to initialize all master files, enter scores and
  114.   print standings (weekly), as well as prepare Book Average listings, final
  115.   team/bowler standings, and display or print individual team/bowler
  116.   record sheets.
  117.  
  118.   The system is designed to be used on either a one or two disk drive system.
  119.   Program selection is controlled by a master MENU program.  The program
  120.   diskette is assumed to be in the A drive.  Except for the smallest leagues,
  121.   you will need to maintain all bowler files on a separate diskette.  In a two
  122.   drive system, the files diskette is placed in the B drive.  In a single
  123.   drive environment, DOS will provide prompts to insert the appropriate
  124.   diskette.  Just remember - Drive A = PROGRAMS;  Drive B = FILES.
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.   SETUP AND OPERATION
  134.  
  135.   For most convenient operation, it is suggested that the user copy the
  136.   system to a working diskette which has been formatted with DOS using the
  137.   /S parameter of the FORMAT command.  You should also include BASICA,
  138.   DISKCOPY and CHKDSK on the working diskette.    Copy all files from the
  139.   distribution diskette using the following command.  Place the distribution
  140.   diskette in the A drive and your working diskette in the B drive.
  141.  
  142.             copy a:*.* b:
  143.  
  144.   LOADING THE MASTER MENU
  145.  
  146.   To start the system, type BOWLING at the DOS prompt and press ENTER.
  147.  
  148.   IMPORTANT - If you elect to run the system via your own conventions,
  149.   be sure to use the following command to invoke BASICA and run the MENU:
  150.  
  151.              BASICA MENU/F:5/S:512
  152.  
  153.   ADDITIONAL DOCUMENTATION
  154.  
  155.   Full documentation, in the form of a PROGRAM DESCRIPTION/OPERATIONS MANUAL
  156.   is available upon registration of the system with the author.  The PD/OM
  157.   contains full operating procedures as well as information on the internal
  158.   design of the system.  To obtain this manual, send a check for $5.00
  159.   payable to William W. Klaproth.
  160.  
  161.  
  162.   All inquiries should be directed to:
  163.  
  164.             Bill Klaproth
  165.             1897 Joseph Drive
  166.             Moraga Ca.  94556
  167.